home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000153_news@columbia.edu_Wed Oct 18 01:58:11 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA07957
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 20 Oct 1995 22:46:58 -0400
  3. Received: by apakabar.cc.columbia.edu id AA21575
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 20 Oct 1995 22:46:56 -0400
  5. Path: news.columbia.edu!news.cs.columbia.edu!news.boxhill.com!news.sprintlink.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: [?] PPP and MS-DOS Kermit 3.14 PL 8
  9. Message-Id: <1995Oct18.075811.64085@cc.usu.edu>
  10. Date: 18 Oct 95 07:58:11 MDT
  11. References: <4622ht$fik@globe.indirect.com>
  12. Organization: Utah State University
  13. Lines: 36
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <4622ht$fik@globe.indirect.com>, monty@indirect.com (Jim Monty) writes:
  17. > I love MS-DOS Kermit 3.14!  I prefer it to all other telecommunications
  18. > programs.  Its VT-series terminal emulation is unrivaled.  I tell everyone
  19. > I know that Kermit is faster than Zmodem.  I own the book.  And I don't do
  20. > Windows. 
  21. > I've been using MS-DOS Kermit's built-in TCP/IP in tandem with the
  22. > SLIP8250 packet driver for about a year.  Unfortunately, my Internet
  23. > service provider perodically "breaks" my SLIP account, and getting them to
  24. > fix it has become extruciating.  They say they only support "modern" 
  25. > serial IP drivers.  Whenever I call to ask them to restore my SLIP
  26. > account, the first words out of their mouths are invariably always, "Ok,
  27. > go into File/Setup in Trumpet Winsock."  They have no patience for my
  28. > wanting plain, vanilla SLIP (not compressed) with a static IP address.  
  29. > You get the picture.
  30. > Can I use MS-DOS Kermit 3.14 with its built-in TCP/IP in conjunction with
  31. > a PPP driver and an ISP that insists on doling out IP addresses
  32. > dynamically?  If so, how? 
  33.  
  34.     Yes, but. Yes if it is a Telebit PPP driver. Yes but not dynamic
  35. IP if it is Novell's SLIP_PPP driver. Else probably not.
  36.     The reasons are twofold. The top end of the PPP driver must be
  37. something that Kermit can deal with, such as a Ethernet/SLIP Packet Driver
  38. interface or ODI. Then secondly, the dynamically assigned IP number
  39. information has to be communicated to Kermit somehow, and there isn't
  40. any standard on the matter. MSK knows how to work with Telebit's ODIPPP
  41. driver for passing back the IP number, but that's all the information
  42. I have.
  43.     If your vendor supports bootp then that should take care of the
  44. IP number problem.
  45.     So, there is the PPP driver top level interface standard item,
  46. and there is how to grab the given IP number and feed it into Kermit.
  47. Luckily I don't have to use serial comms at my site and thus I do not
  48. have a collection of PPP drivers to look at.
  49.         Joe D.